home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 43.zip / ANC 21.adf / o.doc < prev    next >
Text File  |  1988-01-19  |  5KB  |  130 lines

  1. ------------------------------------------------------------------------------
  2.  
  3.                                Startup V2.0
  4.  
  5.                           Written By: Weston Fryatt
  6.                                     & Paul Davis
  7.  
  8.                                    For
  9.  
  10.                            Acropolis Development
  11.                           -----------------------
  12.  Legal Junk!
  13.  -----------
  14.  
  15.  This program is ourware meaning that we wrote it and if you find it useful
  16.  then any small donation would be greatly appreciated and would help along
  17.  the further development of amiga utility's. This program is copyrighted
  18.  by Acropolis Development, although this is a public domain utility you may
  19.  NOT sell or charge any money for the use of it, we ask that if you upload
  20.  it to a system that you leave all the notices and docs intact.
  21.  
  22.  We write programs like this because we think the Amiga is simply the best
  23.  computer on the market today and we want to further the enjoyment of this
  24.  great machine and make life for every Amiga owner a little easier.
  25.  It is a shame those who try to wreck it for everyone else, if we all
  26.  cooperate then the Amiga will REALLY prosper.
  27.  
  28.  
  29.  Startup
  30.  -------
  31.  Startup allows use of different batch files so that you can have your own
  32.  choice of custom startups for different situations for instance say you
  33.  want to call BBS'S and see what's new in the download bases, now a VD0: is
  34.  perfect for this type of situation, No disk errors to slow things down and
  35.  instant deletion of wierd or junk programs (considering you have the
  36.  memory). So instead of mounting VD0: and then load in a term let a batch
  37.  file do the work for you like setting the pathnames and mounting everything
  38.  for you, all the Amiga DOS commands will work so there is no limit to what
  39.  you can achieve. Startup will place itself in the center of your screen and
  40.  allow you a set amount of time to select the number of the startup you wish
  41.  by pressing the numbers 0-9 respectfully. You may use the keypad or the
  42.  keyboard numbers or you can select the startup you want by pointing and
  43.  clicking the mouse. You can abort startup and return to the CLI by pressing
  44.  esc or pressing the menu bar. Also if you need more time just click on the
  45.  digital clock at the bottom of the requestor and it will reset back to the
  46.  time it was origanally set at.
  47.  
  48.  
  49.  Startup V2.0
  50.  ------------
  51.  
  52.  We have added quite a few new features to this version of startup and
  53.  took hard drive owners into consideration this time. Here is a list of the
  54.  new features....
  55.  
  56.  Up to 10 Different Startup Sequences
  57.  
  58.  Each Different Startup can have a Title up to 25 Characters
  59.  
  60.  By clicking on the Countdown Timer it now Resets
  61.  
  62.  You can now Escape by pressing the menu button Or hitting ESC
  63.  
  64.  We also redesigned the Startup requester and it is much easier to read
  65.  than before and there are no bugs found in two months of constant use.
  66.  
  67.  Setting It Up
  68.  -------------
  69.  
  70.  Startup is called from the startup-sequence in the S: directory, You can
  71.  place the startup program in either the S: or C: directory just make sure
  72.  you call it with the proper pathname from the startup-sequence, the batch
  73.  files that startup looks for MUST be in the s: directory and are all called
  74.  with the same first name and the the startup number. (so startup number 0
  75.  would be named startup.0)
  76.  
  77.  The parameters for startup are as follows
  78.  
  79.  S:Startup (Timer [5-99]) (startups [1-10]) (execute command name [i.e. EX])
  80.  
  81.  The timer must be at least 5 seconds so you can make some kind of choice
  82.  and will default to 5 if you go over or under the limits, startups start
  83.  at number 0 so you will be going from 0-9 instead of 1-10, the reason
  84.  is simple try to type a ten when you only have one second left, also the
  85.  program will default to startup.0 if no number is selected in the alotted
  86.  time period. Execute name is simply for people who rename their Execute
  87.  command to Ex or X or whatever.
  88.  
  89.  Here is what my startup-sequence looks like.....
  90.  
  91. S:Startup 6 7
  92. ;0:VD0: W/C Dir Loaded In.
  93. ;1:Standard Workbench
  94. ;2:VD0: C Dir / Cd Df1:
  95. ;3:Clean Mem. Demos!!
  96. ;4:Setup For Letters. Df1:
  97. ;5:Access Term W/Vd0:
  98. ;6:Manx Compiler Setup.
  99.  
  100.  The different startup descriptions are noted in the following manner
  101.  
  102. ;0:startupname
  103.  
  104.  where ; is the identifier next comes the number of the startup (0-9)
  105.  and then the second identifier ( : ) then the file description, remember
  106.  that the file description can be no longer than 25 characters or your
  107.  last letters over that will be cut off! So, make sure you count your titles.
  108.  If a selection has no name the program will use the default name, remember
  109.  that each startup is simply a batch file and the only limit is your
  110.  imagination and Amiga Dos.
  111.  
  112.  If you have questions about the program or find bugs we can be reached at
  113.  the address below or by sending mail on Genie or Plink. Source code can be
  114.  obtained by sending a self addressed disk mailer (with disk) to the address
  115.  below, if you have no disk please include two dollars and we will provide
  116.  one for you.
  117.  
  118.  Acropolis Development
  119.  P.O. Box 81134
  120.  Bakersfield Ca
  121.  93380
  122.  
  123.  On Plink Send Mail To  A-D
  124.  
  125.  Or On Genie Send Mail To W.Fryatt1
  126.  
  127.  
  128. -----------------------------------------------------------------------------
  129.  
  130.